Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct Newtonsoft.​Json.​Linq.​JEnumerable<​T>
Assembly: Newtonsoft.Json
Implemented Interfaces
- IJEnumerable`1 (Inherits: System.​Collections.​Generic.​IEnumerable<​T>System.​Collections.​IEnumerable)
- System.​IEquatable`1
Represents a collection of <see cref="T:Newtonsoft.Json.Linq.JToken" /> objects.
Fields and Constants
public static readonly
JEnumerable<​T>
Empty
An empty collection of <see cref="T:Newtonsoft.Json.Linq.JToken" /> objects.
Properties
public
IJEnumerable<​JToken>
Item
Methods
public
System.​Collections.​Generic.​IEnumerator<​T>
GetEnumerator​()
Returns an enumerator that can be used to iterate through the collection.
Returns A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
public
bool
Equals​(JEnumerable<​T> other)
Determines whether the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1" /> is equal to this instance.
Returns <c>true</c> if the specified <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1" /> is equal to this instance; otherwise, <c>false</c> .
other
The <see cref="T:Newtonsoft.Json.Linq.JEnumerable`1" /> to compare with this instance.
public
bool
Equals​(object obj)
Determines whether the specified <see cref="T:System.Object" /> is equal to this instance.
Returns <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c> .
obj
The <see cref="T:System.Object" /> to compare with this instance.
public
int
GetHashCode​()
Returns a hash code for this instance.
Returns A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object